home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Visual Basic Source Code
/
Visual Basic Source Code.iso
/
vbsource
/
manyth31
/
gif.h
< prev
next >
Wrap
C/C++ Source or Header
|
1994-07-28
|
481b
|
30 lines
/*
** $id: ssvcid gif.h 1.0 08/03/92 10:01 am$
** Header for GIF file loading functions.
**
** (C) 1991-3 Larry Widing
*/
#ifndef __GIF_H__
#define __GIF_H__ 1
#if defined(__cplusplus)
extern "C" {
#endif
extern HDIB ReadGifFile(const char FAR *filename);
#if defined(__cplusplus)
}
#endif
#endif /* !defined(__GIF_H__) */
/*
** Modification History
** ====================
**
** $lgb$
** 08/03/92 Larry Widing Initial Version.
** $lge$
*/